Namespaces

Types in MathNet.Filtering.Windows

Type VolatileWindow<T>

Namespace MathNet.Filtering.Windows

Window which is destroyed/modified as soon as it propagates to the next window. Efficient, but needs to be consumed immediately when streaming through windows. Newest value is the first one at Offset, the next older one at Offset+1, wrapping around at Buffer.Length.

Constructors

Methods

Properties

Fields

Public Constructors

VolatileWindow<T>(int size, int bufferSize)

Public Methods

bool Equals(object obj)

int GetHashCode()

Type GetType()

T[] ToArray()

string ToString()

Public Properties

T Item get; set;

Public fields

int WindowSize

return int

T[] Buffer

return T[]

int Offset

return int